home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 102
/
CD-ROM 102.iso
/
aplic
/
2sync
/
2SyncSetup.exe
/
modules
/
mt
/
panel
/
scripts
/
DefineButton2_378
/
BUTTONCONDACTION on(rollOut).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-03-20
|
264 b
|
17 lines
on(rollOut){
set("../../:validDrag","0");
tellTarget("_level50")
{
gotoAndStop("off");
}
x = "0";
while(endObj >= x)
{
tellTarget("../obj" add x)
{
gotoAndStop("init");
}
x += "1";
}
}